EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following CANNOT be debugged using the Field Watcher?

Question2: Which one of the following is NOT required to link a ServiceNow application to a Git repository?

Question3: Which one of the following is the fastest way to create and configure a Record Producer?

Question4: Which of the following statements is NOT true for the Form Designer?

Question5: When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

Question6: Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification

Question7: Identify characteristic(s) of a Record Producer.
Choose 3 answers

Question8: When evaluating Access Controls, ServiceNow searches and evaluates:

Question9: Identify the incorrect statement about Delegated Development in ServiceNow.

Question10: Which of the following statements is true about Guided Application Creator?

Question11: Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?

Question12: What are web services?

Question13: Which of the following is NOT a caller access field option?

Question14: What is the purpose of the Application Picker?

Question15: Which of the following is NOT supported by Flow Designer?

Question16: Is it possible to change an application's scope?

Question17: The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.

Question18: Which one of the following is true for GlideUser (g_user) methods?

Question19: Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

Question20: Which one of the following is part of the client-side scripting API?

Question21: Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes B) To extend service delivery and management to all enterprise departments C) To allow users full access to all ServiceNow tables, records and fields D) To extend the value of ServiceNow

Question22: Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers

Question23: What is a workflow context?

Question24: What is the ServiceNow store?

Question25: In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

Question26: Which of the following are true for reports in ServiceNow? (Choose three.)

Question27: When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

Question28: Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

Question29: How can an application link to a repository behind a firewall?

Question30: When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

Question31: Client-side scripts manage what?

Question32: Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

Question33: What are the features of Flow Designer?
Choose 3 answers

Question34: Which of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

Question35: When designing and creating a form, what do you create to organize fields on a form?

Question36: Which script types execute on the server? (Choose three.)

Question37: Which of the following methods prints a message on a blue background to the top of the current form by default?

Question38: Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');

Question39: Which one of the following is NOT a UI Action type?

Question40: Which of the following statements does NOT apply when extending an existing table?

Question41: If the Create module field is selected when creating a table, what is the new module's default behavior?

Question42: Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

Question43: A graphical view of relationships among tables is a <blank>.

Question44: Application developers configure ServiceNow using industry standard JavaScript to...

Question45: Which actions can a Business Rule take without scripting?

Question46: Which one of the following is true for the Application Picker?

Question47: Which one of the following is NOT part of the Form Designer?

Question48: Which one of the following is the baseline behavior of a table in a privately-scoped application?

Question49: When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

Question50: Which of the following statements is true about Guided Application Creator?

Question51: When configuring a module, what does the Override application menu roles configuration option do?

Question52: Which one of the following is NOT a purpose of application scoping?

Question53: What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

Question54: Which of the following is NOT a trigger type in Flow Designer?

Question55: Which method is used to retrieve Application Property values in a script?